home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 026-050 / scopedisk28 / rdprt12 / rpdocs < prev    next >
Text File  |  1995-03-18  |  3KB  |  83 lines

  1.  
  2.  
  3.  
  4.     "Read1" is a file reading utility runable from CLI or
  5.     Workbench.
  6.     Syntax "Read FileName [mode]" where mode is optional
  7.     -a to force ASCII display or -h to force HEX display.
  8.     If mode is not dictated, "Read" decides which mode to
  9.     use based on the presence of 0 value bytes within the
  10.     first one hundred bytes of the file. Text files
  11.     SHOULD NOT have any 0 bytes.
  12.     To start "Read" from Workbench, click it's icon once
  13.     then Double-click the icon for the file you want to
  14.     read. Sorry - only one file at a time.
  15.     
  16.     "Read2" is an enhanced (and larger) version of Read1.
  17.     Read2 can be started from CLI or Workbench WITHOUT entering
  18.     or selecting a file. In this case Read2 opens a file requester
  19.     to choose the file to read. Read2 also has a "New File"
  20.     gadget to open another file for reading.
  21.     
  22.     "Print" is a utility for printing files to the printer.
  23.     Syntax "Print FileName [-c#] [-o]". -c# where # is number
  24.     of copies to print. -o will print immediately useing the
  25.     last user options saved.
  26.     Start from Workbench like Read.
  27.     Print opens a window full of gadgets to select the
  28.     following:
  29.     
  30.          NORMAL/CONDENCED print size*
  31.          YES/NO Emphasized *
  32.          ASCII/HEX Set automatically by "Print", but you
  33.              may change it if you desire.
  34.          YES/NO Print FileName? (Full path name!)
  35.          YES/NO Print Comment? (If print filename is YES,
  36.              and file is commented. Otherwise this
  37.              gadget displays "N/A".)
  38.          TODAY/CREATED/NONE Print date?
  39.          MORE/##/LESS Skip over Perf. *
  40.          MORE/##/LESS Line Spacing *
  41.          MORE/# SPACES/LESS/TAB Tab spacing. IF you click TAB
  42.              tab bytes are output to printer. Otherwise
  43.              spaces are used to create tab stops as requested.
  44.              If # SPACES gadget reads "TAB=TAB", click it to
  45.              go back to number of spaces.
  46.          MORE/##/LESS Indent line. ADDS spaces to left margin
  47.              set in Preferences.
  48.          LINEFEED/FORMFEED Toggle to determine if formfeeds
  49.              within file are output as linefeeds instead.
  50.          YES/NO Formfeed at end. Do you want a single formfeed
  51.              at end of file.
  52.          SAVE THIS CONFIGURATION Saves your current choices
  53.              as defaults for future invokations of "Print".
  54.              This function will fail if "Print" has been
  55.              loaded via the Dos "Path" system. If "Print"
  56.              is reachable via the full directory name by
  57.              which it was invoked, (i.e. "Df0:Print") or
  58.              is in C:, all is well. You may re-name the 
  59.              program.
  60.          PRINT Does the obviuos.
  61.          ABORT Will simply exit the program if printing has
  62.              not started. If printing is in progress,
  63.              "Print stops sending out to the printer at
  64.              the end of the next line. If you printer has
  65.              a sizable buffer, however, printing may continue
  66.              for a while even tho "Print" has exited.
  67.      
  68.      The functions marked with an asterisk (*) are printer 
  69.      dependant, and may do different things (or nothing at all)
  70.      with different printers!
  71.  
  72.      All of these programs are freely distributable provided no
  73.      charge is made for the programs. Author assumes no liability
  74.      in connection with the use or distibution of these programs.
  75.      
  76.      Comments, suggestions and/or contributions all graciously
  77.      accepted by:
  78.          John Scheib
  79.          3805 Fairway Circle
  80.          Las Vegas, NV 89108
  81.          
  82.          Plink: JSCHEIB
  83.